OnTime REST API
OnTime REST API / REST Endpoints Resource Group / api/items/{id} (Get)
In This Topic
    Getapi/items/{id}
    In This Topic

    Resource Path: /sites/{company-id}/api/items/{id}

    Uri: https://secure.ontime360.com/sites/{company-id}/api/items/{id}

    Description
    Retrieves a single Item object assigned to a given identifier.
    Parameters
    NameDescriptionData Type
    The unique identifier of an Item as a Guid.string
    200 Response

    The response body is of type Item.

    Returns a comprehensive Item object.

    Overview

    Item
    Represents a comprehensive Item record within the OnTime API.
    ID : string
    The unique identifier for this Item record.
    OrderID : string
    The unique Guid identifier referencing the Order record this Item is assigned to.
    TrackingNumber : string
    The tracking number assigned to this Item.
    Description : string
    The description containing any notable details or instructions regarding this Item.
    Comments : string
    Any additional comments associated with this Item.
    Weight : number
    The weight measurement of this Item.
    Height : number
    The height measurement of this Item.
    Width : number
    The width measurement of this Item.
    Length : number
    The length measurement of this Item.
    See Also